[INFO] cloning repository https://github.com/Epiphytic/mxdx
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Epiphytic/mxdx" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEpiphytic%2Fmxdx", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEpiphytic%2Fmxdx'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 46a4bdf62a057d106596ba4d5b4abce83b088052
[INFO] checking Epiphytic/mxdx against try#4d8aa70caf2d2f6ef5a31eab47961bf7d0acacb7 for pr-158816
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEpiphytic%2Fmxdx" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/Epiphytic/mxdx
[INFO] finished tweaking git repo https://github.com/Epiphytic/mxdx
[INFO] tweaked toml for git repo https://github.com/Epiphytic/mxdx written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Epiphytic/mxdx on toolchain 4d8aa70caf2d2f6ef5a31eab47961bf7d0acacb7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d8aa70caf2d2f6ef5a31eab47961bf7d0acacb7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Epiphytic/mxdx already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d8aa70caf2d2f6ef5a31eab47961bf7d0acacb7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] d60fad7db8e5ec0b486a0b476b88a51f45479009ea665a0331f13352fc6f9e8f
[INFO] running `Command { std: "docker" "start" "d60fad7db8e5ec0b486a0b476b88a51f45479009ea665a0331f13352fc6f9e8f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d60fad7db8e5ec0b486a0b476b88a51f45479009ea665a0331f13352fc6f9e8f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d60fad7db8e5ec0b486a0b476b88a51f45479009ea665a0331f13352fc6f9e8f" "/opt/rustwide/cargo-home/bin/cargo" "+4d8aa70caf2d2f6ef5a31eab47961bf7d0acacb7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d60fad7db8e5ec0b486a0b476b88a51f45479009ea665a0331f13352fc6f9e8f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d60fad7db8e5ec0b486a0b476b88a51f45479009ea665a0331f13352fc6f9e8f" "/opt/rustwide/cargo-home/bin/cargo" "+4d8aa70caf2d2f6ef5a31eab47961bf7d0acacb7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]    Compiling zeroize_derive v1.4.3
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]    Compiling zerocopy v0.8.40
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking block-padding v0.3.3
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]     Checking getrandom v0.4.2
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]    Compiling toml_parser v1.0.9+spec-1.1.0
[INFO] [stderr]     Checking aead v0.5.2
[INFO] [stderr]    Compiling toml_datetime v1.0.0+spec-1.1.0
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.114
[INFO] [stderr]    Compiling toml_edit v0.25.4+spec-1.1.0
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]    Compiling typewit_proc_macros v1.8.1
[INFO] [stderr]     Checking typewit v1.14.2
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking indexmap v2.13.0
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking bitflags v2.11.0
[INFO] [stderr]     Checking tokio v1.50.0
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking uuid v1.22.0
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling serde_spanned v1.0.4
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]    Compiling js_int v0.2.2
[INFO] [stderr]    Compiling toml v0.9.12+spec-1.1.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.114
[INFO] [stderr]    Compiling ruma-identifiers-validation v0.12.0
[INFO] [stderr]     Checking konst_kernel v0.3.15
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking const_panic v0.2.15
[INFO] [stderr]    Compiling openssl-sys v0.9.112
[INFO] [stderr]     Checking rand v0.8.6
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]    Compiling wasm-bindgen v0.2.114
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling unicase v2.9.0
[INFO] [stderr]    Compiling ruma-common v0.17.1
[INFO] [stderr]    Compiling as_variant v1.3.0
[INFO] [stderr]     Checking web-time v1.1.0
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]    Compiling ruma-macros v0.17.1
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]     Checking konst v0.3.16
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]     Checking tempfile v3.26.0
[INFO] [stderr]     Checking serde_html_form v0.2.8
[INFO] [stderr]     Checking ctr v0.9.2
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling sealed v0.6.0
[INFO] [stderr]     Checking compression-core v0.4.31
[INFO] [stderr]     Checking wildmatch v2.6.1
[INFO] [stderr]    Compiling ruma-events v0.32.1
[INFO] [stderr]     Checking compression-codecs v0.4.37
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking tracing-serde v0.2.0
[INFO] [stderr]     Checking js_option v0.2.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]     Checking poly1305 v0.8.0
[INFO] [stderr]     Checking chacha20 v0.9.1
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]     Checking tracing-subscriber v0.3.22
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking h2 v0.4.13
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.114
[INFO] [stderr]     Checking async-compression v0.4.41
[INFO] [stderr]     Checking chacha20poly1305 v0.10.1
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]    Compiling macroific_core v2.0.0
[INFO] [stderr]    Compiling macroific_attr_parse v2.0.0
[INFO] [stderr]     Checking rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling ruma-client-api v0.22.1
[INFO] [stderr]     Checking http-range-header v0.4.2
[INFO] [stderr]    Compiling openssl v0.10.76
[INFO] [stderr]    Compiling ruma-appservice-api v0.14.1
[INFO] [stderr]     Checking imbl-sized-chunks v0.1.3
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking deadpool-runtime v0.1.4
[INFO] [stderr]    Compiling macroific_macro v2.0.0
[INFO] [stderr]     Checking hkdf v0.12.4
[INFO] [stderr]     Checking js-sys v0.3.91
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]     Checking rand_xoshiro v0.7.0
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]     Checking assign v1.1.1
[INFO] [stderr]     Checking date_header v1.0.5
[INFO] [stderr]     Checking archery v1.2.2
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking imbl v6.1.0
[INFO] [stderr]     Checking ed25519 v2.2.3
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling macroific v2.0.0
[INFO] [stderr]     Checking x25519-dalek v2.0.1
[INFO] [stderr]    Compiling matrix-pickle-derive v0.2.2
[INFO] [stderr]     Checking pbkdf2 v0.12.2
[INFO] [stderr]     Checking assert-json-diff v2.0.2
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking serde_bytes v0.11.19
[INFO] [stderr]    Compiling prost-derive v0.13.5
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking polyval v0.6.2
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]    Compiling matrix-sdk-common v0.16.0
[INFO] [stderr]     Checking similar v2.7.0
[INFO] [stderr]     Checking pest v2.8.6
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]     Checking deadpool v0.12.3
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking eyeball-im v0.8.0
[INFO] [stderr]     Checking ghash v0.5.1
[INFO] [stderr]     Checking matrix-pickle v0.2.2
[INFO] [stderr]     Checking prost v0.13.5
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking ed25519-dalek v2.2.0
[INFO] [stderr]     Checking rmp v0.8.15
[INFO] [stderr]     Checking linux-keyutils v0.2.4
[INFO] [stderr]     Checking cbc v0.1.2
[INFO] [stderr]    Compiling blake3 v1.8.3
[INFO] [stderr]     Checking console v0.16.2
[INFO] [stderr]     Checking base64ct v1.8.3
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking insta v1.47.2
[INFO] [stderr]    Compiling include_dir v0.7.4
[INFO] [stderr]     Checking vodozemac v0.9.0
[INFO] [stderr]     Checking keyring v3.6.3
[INFO] [stderr]     Checking rmp-serde v1.3.1
[INFO] [stderr]     Checking dirs v5.0.1
[INFO] [stderr]     Checking aes-gcm v0.10.3
[INFO] [stderr]     Checking webpki-roots v1.0.6
[INFO] [stderr]     Checking readlock-tokio v0.1.6
[INFO] [stderr]    Compiling matrix-sdk-test-macros v0.16.0
[INFO] [stderr]    Compiling ctor v0.2.9
[INFO] [stderr]     Checking wiremock v0.6.5
[INFO] [stderr]     Checking hostname v0.4.2
[INFO] [stderr]     Checking whoami v1.6.1
[INFO] [stderr]    Compiling decancer v3.3.3
[INFO] [stderr]     Checking readlock v0.1.11
[INFO] [stderr]     Checking constant_time_eq v0.4.2
[INFO] [stderr]     Checking eyeball v0.8.8
[INFO] [stderr]     Checking tinyvec v1.10.0
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]    Compiling aquamarine v0.6.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]     Checking ulid v1.2.1
[INFO] [stderr]    Compiling libsqlite3-sys v0.35.0
[INFO] [stderr]    Compiling derive_more-impl v1.0.0
[INFO] [stderr]     Checking xxhash-rust v0.8.15
[INFO] [stderr]     Checking bs58 v0.5.1
[INFO] [stderr]     Checking unicode-normalization v0.1.25
[INFO] [stderr]     Checking growable-bloom-filter v2.1.1
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking matrix-sdk-store-encryption v0.16.0
[INFO] [stderr]     Checking hyper-rustls v0.27.7
[INFO] [stderr]     Checking derive_more v1.0.0
[INFO] [stderr]     Checking mxdx-types v1.1.0 (/opt/rustwide/workdir/crates/mxdx-types)
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]    Compiling accessory v2.1.0
[INFO] [stderr]    Compiling fancy_constructor v2.1.0
[INFO] [stderr]     Checking web-sys v0.3.91
[INFO] [stderr]     Checking wasm-bindgen-futures v0.4.64
[INFO] [stderr]    Compiling impartial-ord v1.0.6
[INFO] [stderr]     Checking assert_matches v1.5.0
[INFO] [stderr]     Checking assert_matches2 v0.1.2
[INFO] [stderr]    Compiling delegate-display v3.0.0
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]     Checking serde-wasm-bindgen v0.6.5
[INFO] [stderr]     Checking hashlink v0.10.0
[INFO] [stderr]    Compiling matrix_indexed_db_futures_macros_internal v1.0.0
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking rusqlite v0.37.0
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking deadpool-sync v0.1.4
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling matrix-sdk v0.16.0
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]     Checking backon v1.6.0
[INFO] [stderr]     Checking mime2ext v0.1.54
[INFO] [stderr]     Checking language-tags v0.3.2
[INFO] [stderr]     Checking oauth2 v5.0.0
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]     Checking urlencoding v2.1.3
[INFO] [stderr]     Checking bytesize v2.3.1
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]    Compiling rustc-hash v2.1.1
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling bindgen v0.71.1
[INFO] [stderr]    Compiling cpp_common v0.5.11
[INFO] [stderr]    Compiling cpp_build v0.5.11
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]    Compiling openssl-src v300.6.0+3.6.2
[INFO] [stderr]     Checking webrtc-sdp v0.3.13
[INFO] [stderr]     Checking mxdx-test-helpers v0.1.0 (/opt/rustwide/workdir/tests/helpers)
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking data-encoding v2.10.0
[INFO] [stderr]     Checking sysinfo v0.33.1
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]     Checking tungstenite v0.24.0
[INFO] [stderr]    Compiling target-triple v1.0.0
[INFO] [stderr]     Checking tokio-tungstenite v0.24.0
[INFO] [stderr]    Compiling unic-langid-impl v0.9.6
[INFO] [stderr]     Checking toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling unic-langid v0.9.6
[INFO] [stderr]     Checking mockito v1.7.2
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling rust-embed-utils v8.11.0
[INFO] [stderr]     Checking toml v1.0.6+spec-1.1.0
[INFO] [stderr]     Checking clap v4.6.0
[INFO] [stderr]    Compiling type-map v0.5.1
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]    Compiling rust-embed-impl v8.11.0
[INFO] [stderr]    Compiling basic-toml v0.1.10
[INFO] [stderr]     Checking wasm_evt_listener v0.1.0
[INFO] [stderr]     Checking matrix_indexed_db_futures v0.7.0
[INFO] [stderr]     Checking gloo-utils v0.2.0
[INFO] [stderr]     Checking trybuild v1.0.116
[INFO] [stderr]    Compiling self_cell v1.2.2
[INFO] [stderr]    Compiling self_cell v0.10.3
[INFO] [stderr]    Compiling find-crate v0.6.3
[INFO] [stderr]    Compiling i18n-config v0.4.8
[INFO] [stderr]    Compiling intl-memoizer v0.5.3
[INFO] [stderr]    Compiling fluent-syntax v0.11.1
[INFO] [stderr]    Compiling intl_pluralrules v7.0.2
[INFO] [stderr]    Compiling fluent-langneg v0.13.1
[INFO] [stderr]     Checking wait-timeout v0.2.1
[INFO] [stderr]     Checking rusty-fork v0.3.1
[INFO] [stderr]    Compiling fluent-bundle v0.15.3
[INFO] [stderr]     Checking rand_xorshift v0.4.0
[INFO] [stderr]     Checking proptest v1.11.0
[INFO] [stderr]    Compiling rust-embed v8.11.0
[INFO] [stderr]    Compiling i18n-embed-impl v0.8.4
[INFO] [stderr]    Compiling fluent v0.16.1
[INFO] [stderr]    Compiling arc-swap v1.8.2
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]     Checking cookie-factory v0.3.3
[INFO] [stderr]     Checking salsa20 v0.10.2
[INFO] [stderr]    Compiling i18n-embed v0.15.4
[INFO] [stderr]     Checking secrecy v0.10.3
[INFO] [stderr]     Checking io_tee v0.1.1
[INFO] [stderr]     Checking scrypt v0.11.0
[INFO] [stderr]     Checking lru v0.16.3
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]     Checking axum-core v0.4.5
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]     Checking console_error_panic_hook v0.1.7
[INFO] [stderr]    Compiling wasm-bindgen-test-macro v0.3.64
[INFO] [stderr]    Compiling i18n-embed-fl v0.9.4
[INFO] [stderr]     Checking syn v2.0.117
[INFO] [stderr]     Checking wasm-bindgen-test-shared v0.2.114
[INFO] [stderr]     Checking wasm-bindgen-test v0.3.64
[INFO] [stderr]     Checking age-core v0.11.0
[INFO] [stderr]     Checking age v0.11.2
[INFO] [stderr]     Checking axum v0.7.9
[INFO] [stderr]    Compiling datachannel-sys v0.23.0+0.23.2
[INFO] [stderr]     Checking xtask v0.1.0 (/opt/rustwide/workdir/xtask)
[INFO] [stderr]     Checking mxdx-web v1.1.0 (/opt/rustwide/workdir/crates/mxdx-web)
[INFO] [stderr]     Checking ruma v0.14.1
[INFO] [stderr]     Checking matrix-sdk-test v0.16.0
[INFO] [stderr]     Checking matrix-sdk-crypto v0.16.0
[INFO] [stderr]     Checking matrix-sdk-base v0.16.0
[INFO] [stderr]     Checking matrix-sdk-sqlite v0.16.0
[INFO] [stderr]     Checking matrix-sdk-indexeddb v0.16.0
[INFO] [stderr]     Checking mxdx-matrix v1.1.0 (/opt/rustwide/workdir/crates/mxdx-matrix)
[INFO] [stderr]     Checking mxdx-secrets v1.1.0 (/opt/rustwide/workdir/crates/mxdx-secrets)
[INFO] [stderr]     Checking mxdx-policy v1.1.0 (/opt/rustwide/workdir/crates/mxdx-policy)
[INFO] [stderr]     Checking mxdx-launcher v1.1.0 (/opt/rustwide/workdir/crates/mxdx-launcher)
[INFO] [stderr]     Checking mxdx-coordinator v1.1.0 (/opt/rustwide/workdir/crates/mxdx-coordinator)
[INFO] [stderr]     Checking mxdx-fabric v1.1.0 (/opt/rustwide/workdir/crates/mxdx-fabric)
[INFO] [stdout] warning: use of deprecated struct `mxdx_launcher::terminal::tmux::TmuxSession`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]   --> crates/mxdx-launcher/tests/e2e_terminal_session.rs:49:19
[INFO] [stdout]    |
[INFO] [stdout] 49 |     let session = TmuxSession::create(&name, "/bin/bash", 80, 24)
[INFO] [stdout]    |                   ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `mxdx_launcher::terminal::compression::compress_encode`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]   --> crates/mxdx-launcher/tests/e2e_terminal_session.rs:55:37
[INFO] [stdout]    |
[INFO] [stdout] 55 |     let (encoded_input, encoding) = compress_encode(input.as_bytes());
[INFO] [stdout]    |                                     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `mxdx_launcher::terminal::compression::decode_decompress_bounded`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]   --> crates/mxdx-launcher/tests/e2e_terminal_session.rs:56:19
[INFO] [stdout]    |
[INFO] [stdout] 56 |     let decoded = decode_decompress_bounded(&encoded_input, &encoding, 1_048_576).unwrap();
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `mxdx_launcher::terminal::compression::compress_encode`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]   --> crates/mxdx-launcher/tests/e2e_terminal_session.rs:72:42
[INFO] [stdout]    |
[INFO] [stdout] 72 |     let (encoded_output, out_encoding) = compress_encode(output.as_bytes());
[INFO] [stdout]    |                                          ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `mxdx_launcher::terminal::compression::compress_encode`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]   --> crates/mxdx-launcher/tests/e2e_terminal_session.rs:45:48
[INFO] [stdout]    |
[INFO] [stdout] 45 |     use mxdx_launcher::terminal::compression::{compress_encode, decode_decompress_bounded};
[INFO] [stdout]    |                                                ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `mxdx_launcher::terminal::compression::decode_decompress_bounded`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]   --> crates/mxdx-launcher/tests/e2e_terminal_session.rs:45:65
[INFO] [stdout]    |
[INFO] [stdout] 45 |     use mxdx_launcher::terminal::compression::{compress_encode, decode_decompress_bounded};
[INFO] [stdout]    |                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `mxdx_launcher::terminal::tmux::TmuxSession`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]   --> crates/mxdx-launcher/tests/e2e_terminal_session.rs:46:40
[INFO] [stdout]    |
[INFO] [stdout] 46 |     use mxdx_launcher::terminal::tmux::TmuxSession;
[INFO] [stdout]    |                                        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `mxdx_launcher::terminal::ring_buffer::EventRingBuffer`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]   --> crates/mxdx-launcher/tests/e2e_terminal_session.rs:83:18
[INFO] [stdout]    |
[INFO] [stdout] 83 |     let mut rb = EventRingBuffer::new(10);
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `mxdx_launcher::terminal::ring_buffer::EventRingBuffer`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]   --> crates/mxdx-launcher/tests/e2e_terminal_session.rs:81:47
[INFO] [stdout]    |
[INFO] [stdout] 81 |     use mxdx_launcher::terminal::ring_buffer::EventRingBuffer;
[INFO] [stdout]    |                                               ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `mxdx_launcher::terminal::tmux::TmuxSession::create`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]   --> crates/mxdx-launcher/tests/e2e_terminal_session.rs:49:32
[INFO] [stdout]    |
[INFO] [stdout] 49 |     let session = TmuxSession::create(&name, "/bin/bash", 80, 24)
[INFO] [stdout]    |                                ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `mxdx_launcher::terminal::tmux::TmuxSession::send_input`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]   --> crates/mxdx-launcher/tests/e2e_terminal_session.rs:60:10
[INFO] [stdout]    |
[INFO] [stdout] 60 |         .send_input(std::str::from_utf8(&decoded).unwrap())
[INFO] [stdout]    |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `mxdx_launcher::terminal::tmux::TmuxSession::capture_pane_until`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]   --> crates/mxdx-launcher/tests/e2e_terminal_session.rs:66:10
[INFO] [stdout]    |
[INFO] [stdout] 66 |         .capture_pane_until("bridge-test", Duration::from_secs(2))
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `mxdx_launcher::terminal::tmux::TmuxSession::kill`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]   --> crates/mxdx-launcher/tests/e2e_terminal_session.rs:76:13
[INFO] [stdout]    |
[INFO] [stdout] 76 |     session.kill().await.unwrap();
[INFO] [stdout]    |             ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `mxdx_launcher::terminal::ring_buffer::EventRingBuffer::<T>::new`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]   --> crates/mxdx-launcher/tests/e2e_terminal_session.rs:83:35
[INFO] [stdout]    |
[INFO] [stdout] 83 |     let mut rb = EventRingBuffer::new(10);
[INFO] [stdout]    |                                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `mxdx_launcher::terminal::ring_buffer::EventRingBuffer::<T>::push`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]   --> crates/mxdx-launcher/tests/e2e_terminal_session.rs:87:12
[INFO] [stdout]    |
[INFO] [stdout] 87 |         rb.push(large_seq + i, format!("event-{}", i));
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `mxdx_launcher::terminal::ring_buffer::EventRingBuffer::<T>::get`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]   --> crates/mxdx-launcher/tests/e2e_terminal_session.rs:89:19
[INFO] [stdout]    |
[INFO] [stdout] 89 |     assert_eq!(rb.get(large_seq), Some(&"event-0".to_string()));
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `mxdx_launcher::terminal::ring_buffer::EventRingBuffer::<T>::get`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]   --> crates/mxdx-launcher/tests/e2e_terminal_session.rs:90:19
[INFO] [stdout]    |
[INFO] [stdout] 90 |     assert_eq!(rb.get(large_seq + 4), Some(&"event-4".to_string()));
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated module `mxdx_launcher::config`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]   --> crates/mxdx-launcher/tests/e2e_public_server.rs:36:20
[INFO] [stdout]    |
[INFO] [stdout] 36 | use mxdx_launcher::config::*;
[INFO] [stdout]    |                    ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated module `mxdx_launcher::executor`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]   --> crates/mxdx-launcher/tests/e2e_public_server.rs:37:20
[INFO] [stdout]    |
[INFO] [stdout] 37 | use mxdx_launcher::executor::*;
[INFO] [stdout]    |                    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `mxdx_launcher::config::CapabilitiesConfig`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-launcher/tests/e2e_public_server.rs:163:22
[INFO] [stdout]     |
[INFO] [stdout] 163 |     let cap_config = CapabilitiesConfig {
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `mxdx_launcher::config::CapabilityMode::Allowlist`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-launcher/tests/e2e_public_server.rs:164:31
[INFO] [stdout]     |
[INFO] [stdout] 164 |         mode: CapabilityMode::Allowlist,
[INFO] [stdout]     |                               ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `mxdx_launcher::executor::validate_command`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-launcher/tests/e2e_public_server.rs:170:21
[INFO] [stdout]     |
[INFO] [stdout] 170 |     let validated = validate_command(
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `mxdx_launcher::executor::execute_command`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-launcher/tests/e2e_public_server.rs:177:18
[INFO] [stdout]     |
[INFO] [stdout] 177 |     let result = execute_command(&validated)
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `mxdx_launcher::config::CapabilitiesConfig::mode`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-launcher/tests/e2e_public_server.rs:164:9
[INFO] [stdout]     |
[INFO] [stdout] 164 |         mode: CapabilityMode::Allowlist,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `mxdx_launcher::config::CapabilitiesConfig::allowed_commands`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-launcher/tests/e2e_public_server.rs:165:9
[INFO] [stdout]     |
[INFO] [stdout] 165 |         allowed_commands: vec!["echo".to_string()],
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `mxdx_launcher::config::CapabilitiesConfig::allowed_cwd_prefixes`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-launcher/tests/e2e_public_server.rs:166:9
[INFO] [stdout]     |
[INFO] [stdout] 166 |         allowed_cwd_prefixes: vec!["/tmp".to_string()],
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `mxdx_launcher::config::CapabilitiesConfig::max_sessions`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-launcher/tests/e2e_public_server.rs:167:9
[INFO] [stdout]     |
[INFO] [stdout] 167 |         max_sessions: 10,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `mxdx_launcher::executor::CommandResult::exit_code`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-launcher/tests/e2e_public_server.rs:181:16
[INFO] [stdout]     |
[INFO] [stdout] 181 |     assert_eq!(result.exit_code, Some(0));
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `mxdx_launcher::executor::CommandResult::stdout_lines`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-launcher/tests/e2e_public_server.rs:182:13
[INFO] [stdout]     |
[INFO] [stdout] 182 |       assert!(result
[INFO] [stdout]     |  _____________^
[INFO] [stdout] 183 | |         .stdout_lines
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `mxdx_launcher::executor::CommandResult::stdout_lines`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-launcher/tests/e2e_public_server.rs:188:9
[INFO] [stdout]     |
[INFO] [stdout] 188 |         result.stdout_lines
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `mxdx_launcher::executor::CommandResult::stdout_lines`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-launcher/tests/e2e_public_server.rs:195:29
[INFO] [stdout]     |
[INFO] [stdout] 195 |         data: BASE64.encode(result.stdout_lines.join("\n")),
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated module `mxdx_launcher::config`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]   --> crates/mxdx-launcher/tests/e2e_full_system.rs:12:20
[INFO] [stdout]    |
[INFO] [stdout] 12 | use mxdx_launcher::config::*;
[INFO] [stdout]    |                    ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated module `mxdx_launcher::executor`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]   --> crates/mxdx-launcher/tests/e2e_full_system.rs:13:20
[INFO] [stdout]    |
[INFO] [stdout] 13 | use mxdx_launcher::executor::*;
[INFO] [stdout]    |                    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `mxdx_launcher::telemetry::collect_telemetry`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]   --> crates/mxdx-launcher/tests/e2e_full_system.rs:14:31
[INFO] [stdout]    |
[INFO] [stdout] 14 | use mxdx_launcher::telemetry::collect_telemetry;
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `mxdx_launcher::config::CapabilitiesConfig`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-launcher/tests/e2e_full_system.rs:113:22
[INFO] [stdout]     |
[INFO] [stdout] 113 |     let cap_config = CapabilitiesConfig {
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `mxdx_launcher::config::CapabilityMode::Allowlist`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-launcher/tests/e2e_full_system.rs:114:31
[INFO] [stdout]     |
[INFO] [stdout] 114 |         mode: CapabilityMode::Allowlist,
[INFO] [stdout]     |                               ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `mxdx_launcher::executor::validate_command`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-launcher/tests/e2e_full_system.rs:121:9
[INFO] [stdout]     |
[INFO] [stdout] 121 |         validate_command(&cap_config, &parsed.cmd, &["full-system-e2e"], Some("/tmp")).unwrap();
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `mxdx_launcher::executor::execute_command`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-launcher/tests/e2e_full_system.rs:122:18
[INFO] [stdout]     |
[INFO] [stdout] 122 |     let result = execute_command(&validated).await.unwrap();
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `mxdx_launcher::telemetry::collect_telemetry`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-launcher/tests/e2e_full_system.rs:131:21
[INFO] [stdout]     |
[INFO] [stdout] 131 |     let telemetry = collect_telemetry(TelemetryDetail::Full);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `mxdx_launcher::config::TelemetryDetail::Full`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-launcher/tests/e2e_full_system.rs:131:56
[INFO] [stdout]     |
[INFO] [stdout] 131 |     let telemetry = collect_telemetry(TelemetryDetail::Full);
[INFO] [stdout]     |                                                        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `mxdx_launcher::telemetry::collect_telemetry`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-launcher/tests/e2e_full_system.rs:140:29
[INFO] [stdout]     |
[INFO] [stdout] 140 |     let summary_telemetry = collect_telemetry(TelemetryDetail::Summary);
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `mxdx_launcher::config::TelemetryDetail::Summary`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-launcher/tests/e2e_full_system.rs:140:64
[INFO] [stdout]     |
[INFO] [stdout] 140 |     let summary_telemetry = collect_telemetry(TelemetryDetail::Summary);
[INFO] [stdout]     |                                                                ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `mxdx_launcher::config::LauncherConfig`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-launcher/tests/e2e_full_system.rs:353:17
[INFO] [stdout]     |
[INFO] [stdout] 353 |     let config: LauncherConfig = toml::from_str(config_toml).unwrap();
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `mxdx_launcher::config::TelemetryDetail::Full`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-launcher/tests/e2e_full_system.rs:356:64
[INFO] [stdout]     |
[INFO] [stdout] 356 |     assert_eq!(config.telemetry.detail_level, TelemetryDetail::Full);
[INFO] [stdout]     |                                                                ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `mxdx_launcher::executor::validate_command`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-launcher/tests/e2e_full_system.rs:359:21
[INFO] [stdout]     |
[INFO] [stdout] 359 |     let validated = validate_command(
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `mxdx_launcher::executor::execute_command`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-launcher/tests/e2e_full_system.rs:366:18
[INFO] [stdout]     |
[INFO] [stdout] 366 |     let result = execute_command(&validated).await.unwrap();
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `mxdx_launcher::executor::validate_command`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-launcher/tests/e2e_full_system.rs:375:9
[INFO] [stdout]     |
[INFO] [stdout] 375 |         validate_command(&config.capabilities, "seq", &["1", "10"], Some("/tmp")).unwrap();
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `mxdx_launcher::executor::execute_command`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-launcher/tests/e2e_full_system.rs:376:18
[INFO] [stdout]     |
[INFO] [stdout] 376 |     let result = execute_command(&validated).await.unwrap();
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `mxdx_launcher::executor::validate_command`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-launcher/tests/e2e_full_system.rs:381:20
[INFO] [stdout]     |
[INFO] [stdout] 381 |     let rejected = validate_command(&config.capabilities, "rm", &["-rf", "/"], Some("/tmp"));
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `mxdx_launcher::executor::validate_command`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-launcher/tests/e2e_full_system.rs:385:24
[INFO] [stdout]     |
[INFO] [stdout] 385 |     let rejected_cwd = validate_command(&config.capabilities, "echo", &["hi"], Some("/etc"));
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `mxdx_launcher::telemetry::collect_telemetry`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-launcher/tests/e2e_full_system.rs:483:16
[INFO] [stdout]     |
[INFO] [stdout] 483 |     let full = collect_telemetry(TelemetryDetail::Full);
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `mxdx_launcher::config::TelemetryDetail::Full`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-launcher/tests/e2e_full_system.rs:483:51
[INFO] [stdout]     |
[INFO] [stdout] 483 |     let full = collect_telemetry(TelemetryDetail::Full);
[INFO] [stdout]     |                                                   ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `mxdx_launcher::telemetry::collect_telemetry`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-launcher/tests/e2e_full_system.rs:489:19
[INFO] [stdout]     |
[INFO] [stdout] 489 |     let summary = collect_telemetry(TelemetryDetail::Summary);
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `mxdx_launcher::config::TelemetryDetail::Summary`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-launcher/tests/e2e_full_system.rs:489:54
[INFO] [stdout]     |
[INFO] [stdout] 489 |     let summary = collect_telemetry(TelemetryDetail::Summary);
[INFO] [stdout]     |                                                      ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `mxdx_launcher::config::CapabilitiesConfig::mode`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-launcher/tests/e2e_full_system.rs:114:9
[INFO] [stdout]     |
[INFO] [stdout] 114 |         mode: CapabilityMode::Allowlist,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `mxdx_launcher::config::CapabilitiesConfig::allowed_commands`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-launcher/tests/e2e_full_system.rs:115:9
[INFO] [stdout]     |
[INFO] [stdout] 115 |         allowed_commands: vec!["echo".to_string()],
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `mxdx_launcher::config::CapabilitiesConfig::allowed_cwd_prefixes`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-launcher/tests/e2e_full_system.rs:116:9
[INFO] [stdout]     |
[INFO] [stdout] 116 |         allowed_cwd_prefixes: vec!["/tmp".to_string()],
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `mxdx_launcher::config::CapabilitiesConfig::max_sessions`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-launcher/tests/e2e_full_system.rs:117:9
[INFO] [stdout]     |
[INFO] [stdout] 117 |         max_sessions: 10,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `mxdx_launcher::executor::CommandResult::exit_code`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-launcher/tests/e2e_full_system.rs:124:16
[INFO] [stdout]     |
[INFO] [stdout] 124 |     assert_eq!(result.exit_code, Some(0));
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `mxdx_launcher::executor::CommandResult::stdout_lines`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-launcher/tests/e2e_full_system.rs:125:13
[INFO] [stdout]     |
[INFO] [stdout] 125 |       assert!(result
[INFO] [stdout]     |  _____________^
[INFO] [stdout] 126 | |         .stdout_lines
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `mxdx_launcher::config::LauncherConfig::global`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-launcher/tests/e2e_full_system.rs:354:16
[INFO] [stdout]     |
[INFO] [stdout] 354 |     assert_eq!(config.global.launcher_id, "e2e-test");
[INFO] [stdout]     |                ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `mxdx_launcher::config::GlobalConfig::launcher_id`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-launcher/tests/e2e_full_system.rs:354:16
[INFO] [stdout]     |
[INFO] [stdout] 354 |     assert_eq!(config.global.launcher_id, "e2e-test");
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `mxdx_launcher::config::LauncherConfig::capabilities`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-launcher/tests/e2e_full_system.rs:355:16
[INFO] [stdout]     |
[INFO] [stdout] 355 |     assert_eq!(config.capabilities.allowed_commands, vec!["echo", "seq"]);
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `mxdx_launcher::config::CapabilitiesConfig::allowed_commands`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-launcher/tests/e2e_full_system.rs:355:16
[INFO] [stdout]     |
[INFO] [stdout] 355 |     assert_eq!(config.capabilities.allowed_commands, vec!["echo", "seq"]);
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `mxdx_launcher::config::LauncherConfig::telemetry`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-launcher/tests/e2e_full_system.rs:356:16
[INFO] [stdout]     |
[INFO] [stdout] 356 |     assert_eq!(config.telemetry.detail_level, TelemetryDetail::Full);
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `mxdx_launcher::config::TelemetryConfig::detail_level`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-launcher/tests/e2e_full_system.rs:356:16
[INFO] [stdout]     |
[INFO] [stdout] 356 |     assert_eq!(config.telemetry.detail_level, TelemetryDetail::Full);
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `mxdx_launcher::config::LauncherConfig::capabilities`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-launcher/tests/e2e_full_system.rs:360:10
[INFO] [stdout]     |
[INFO] [stdout] 360 |         &config.capabilities,
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `mxdx_launcher::executor::CommandResult::exit_code`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-launcher/tests/e2e_full_system.rs:367:16
[INFO] [stdout]     |
[INFO] [stdout] 367 |     assert_eq!(result.exit_code, Some(0));
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `mxdx_launcher::executor::CommandResult::stdout_lines`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-launcher/tests/e2e_full_system.rs:368:13
[INFO] [stdout]     |
[INFO] [stdout] 368 |       assert!(result
[INFO] [stdout]     |  _____________^
[INFO] [stdout] 369 | |         .stdout_lines
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `mxdx_launcher::config::LauncherConfig::capabilities`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-launcher/tests/e2e_full_system.rs:375:27
[INFO] [stdout]     |
[INFO] [stdout] 375 |         validate_command(&config.capabilities, "seq", &["1", "10"], Some("/tmp")).unwrap();
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `mxdx_launcher::executor::CommandResult::exit_code`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-launcher/tests/e2e_full_system.rs:377:16
[INFO] [stdout]     |
[INFO] [stdout] 377 |     assert_eq!(result.exit_code, Some(0));
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `mxdx_launcher::executor::CommandResult::stdout_lines`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-launcher/tests/e2e_full_system.rs:378:16
[INFO] [stdout]     |
[INFO] [stdout] 378 |     assert_eq!(result.stdout_lines.len(), 10);
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `mxdx_launcher::config::LauncherConfig::capabilities`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-launcher/tests/e2e_full_system.rs:381:38
[INFO] [stdout]     |
[INFO] [stdout] 381 |     let rejected = validate_command(&config.capabilities, "rm", &["-rf", "/"], Some("/tmp"));
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `mxdx_launcher::config::LauncherConfig::capabilities`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-launcher/tests/e2e_full_system.rs:385:42
[INFO] [stdout]     |
[INFO] [stdout] 385 |     let rejected_cwd = validate_command(&config.capabilities, "echo", &["hi"], Some("/etc"));
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated module `mxdx_launcher::config`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]  --> crates/mxdx-launcher/tests/e2e_command.rs:1:20
[INFO] [stdout]   |
[INFO] [stdout] 1 | use mxdx_launcher::config::*;
[INFO] [stdout]   |                    ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated module `mxdx_launcher::executor`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]  --> crates/mxdx-launcher/tests/e2e_command.rs:2:20
[INFO] [stdout]   |
[INFO] [stdout] 2 | use mxdx_launcher::executor::*;
[INFO] [stdout]   |                    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `mxdx_launcher::config::CapabilitiesConfig`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]  --> crates/mxdx-launcher/tests/e2e_command.rs:6:18
[INFO] [stdout]   |
[INFO] [stdout] 6 |     let config = CapabilitiesConfig {
[INFO] [stdout]   |                  ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `mxdx_launcher::config::CapabilityMode::Allowlist`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]  --> crates/mxdx-launcher/tests/e2e_command.rs:7:31
[INFO] [stdout]   |
[INFO] [stdout] 7 |         mode: CapabilityMode::Allowlist,
[INFO] [stdout]   |                               ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `mxdx_launcher::executor::validate_command`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]   --> crates/mxdx-launcher/tests/e2e_command.rs:13:21
[INFO] [stdout]    |
[INFO] [stdout] 13 |     let validated = validate_command(&config, "echo", &["hello-world"], Some("/tmp")).unwrap();
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `mxdx_launcher::executor::execute_command`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]   --> crates/mxdx-launcher/tests/e2e_command.rs:14:18
[INFO] [stdout]    |
[INFO] [stdout] 14 |     let result = execute_command(&validated).await.unwrap();
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `mxdx_launcher::config::CapabilitiesConfig`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]   --> crates/mxdx-launcher/tests/e2e_command.rs:25:18
[INFO] [stdout]    |
[INFO] [stdout] 25 |     let config = CapabilitiesConfig {
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `mxdx_launcher::config::CapabilityMode::Allowlist`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]   --> crates/mxdx-launcher/tests/e2e_command.rs:26:31
[INFO] [stdout]    |
[INFO] [stdout] 26 |         mode: CapabilityMode::Allowlist,
[INFO] [stdout]    |                               ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `mxdx_launcher::executor::validate_command`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]   --> crates/mxdx-launcher/tests/e2e_command.rs:32:21
[INFO] [stdout]    |
[INFO] [stdout] 32 |     let validated = validate_command(
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `mxdx_launcher::executor::execute_command`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]   --> crates/mxdx-launcher/tests/e2e_command.rs:39:18
[INFO] [stdout]    |
[INFO] [stdout] 39 |     let result = execute_command(&validated).await.unwrap();
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `mxdx_launcher::config::CapabilitiesConfig`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]   --> crates/mxdx-launcher/tests/e2e_command.rs:48:18
[INFO] [stdout]    |
[INFO] [stdout] 48 |     let config = CapabilitiesConfig {
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `mxdx_launcher::config::CapabilityMode::Allowlist`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]   --> crates/mxdx-launcher/tests/e2e_command.rs:49:31
[INFO] [stdout]    |
[INFO] [stdout] 49 |         mode: CapabilityMode::Allowlist,
[INFO] [stdout]    |                               ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `mxdx_launcher::executor::validate_command`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]   --> crates/mxdx-launcher/tests/e2e_command.rs:55:21
[INFO] [stdout]    |
[INFO] [stdout] 55 |     let validated = validate_command(&config, "seq", &["1", "100"], Some("/tmp")).unwrap();
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `mxdx_launcher::executor::execute_command`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]   --> crates/mxdx-launcher/tests/e2e_command.rs:56:18
[INFO] [stdout]    |
[INFO] [stdout] 56 |     let result = execute_command(&validated).await.unwrap();
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `mxdx_launcher::config::CapabilitiesConfig::mode`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]  --> crates/mxdx-launcher/tests/e2e_command.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 |         mode: CapabilityMode::Allowlist,
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `mxdx_launcher::config::CapabilitiesConfig::allowed_commands`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]  --> crates/mxdx-launcher/tests/e2e_command.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 |         allowed_commands: vec!["echo".to_string()],
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `mxdx_launcher::config::CapabilitiesConfig::allowed_cwd_prefixes`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]  --> crates/mxdx-launcher/tests/e2e_command.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 9 |         allowed_cwd_prefixes: vec!["/tmp".to_string()],
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `mxdx_launcher::config::CapabilitiesConfig::max_sessions`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]   --> crates/mxdx-launcher/tests/e2e_command.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |         max_sessions: 10,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `mxdx_launcher::executor::CommandResult::exit_code`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]   --> crates/mxdx-launcher/tests/e2e_command.rs:16:16
[INFO] [stdout]    |
[INFO] [stdout] 16 |     assert_eq!(result.exit_code, Some(0));
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `mxdx_launcher::executor::CommandResult::stdout_lines`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]   --> crates/mxdx-launcher/tests/e2e_command.rs:17:13
[INFO] [stdout]    |
[INFO] [stdout] 17 |       assert!(result
[INFO] [stdout]    |  _____________^
[INFO] [stdout] 18 | |         .stdout_lines
[INFO] [stdout]    | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `mxdx_launcher::config::CapabilitiesConfig::mode`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]   --> crates/mxdx-launcher/tests/e2e_command.rs:26:9
[INFO] [stdout]    |
[INFO] [stdout] 26 |         mode: CapabilityMode::Allowlist,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `mxdx_launcher::config::CapabilitiesConfig::allowed_commands`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]   --> crates/mxdx-launcher/tests/e2e_command.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 27 |         allowed_commands: vec!["sh".to_string()],
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `mxdx_launcher::config::CapabilitiesConfig::allowed_cwd_prefixes`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]   --> crates/mxdx-launcher/tests/e2e_command.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |         allowed_cwd_prefixes: vec!["/tmp".to_string()],
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `mxdx_launcher::config::CapabilitiesConfig::max_sessions`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]   --> crates/mxdx-launcher/tests/e2e_command.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 |         max_sessions: 10,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `mxdx_launcher::executor::CommandResult::exit_code`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]   --> crates/mxdx-launcher/tests/e2e_command.rs:41:16
[INFO] [stdout]    |
[INFO] [stdout] 41 |     assert_eq!(result.exit_code, Some(0));
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `mxdx_launcher::executor::CommandResult::stdout_lines`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]   --> crates/mxdx-launcher/tests/e2e_command.rs:42:13
[INFO] [stdout]    |
[INFO] [stdout] 42 |     assert!(result.stdout_lines.iter().any(|l| l.contains("out")));
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `mxdx_launcher::executor::CommandResult::stderr_lines`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]   --> crates/mxdx-launcher/tests/e2e_command.rs:43:13
[INFO] [stdout]    |
[INFO] [stdout] 43 |     assert!(result.stderr_lines.iter().any(|l| l.contains("err")));
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `mxdx_launcher::config::CapabilitiesConfig::mode`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]   --> crates/mxdx-launcher/tests/e2e_command.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 49 |         mode: CapabilityMode::Allowlist,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `mxdx_launcher::config::CapabilitiesConfig::allowed_commands`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]   --> crates/mxdx-launcher/tests/e2e_command.rs:50:9
[INFO] [stdout]    |
[INFO] [stdout] 50 |         allowed_commands: vec!["seq".to_string()],
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `mxdx_launcher::config::CapabilitiesConfig::allowed_cwd_prefixes`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]   --> crates/mxdx-launcher/tests/e2e_command.rs:51:9
[INFO] [stdout]    |
[INFO] [stdout] 51 |         allowed_cwd_prefixes: vec!["/tmp".to_string()],
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `mxdx_launcher::config::CapabilitiesConfig::max_sessions`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]   --> crates/mxdx-launcher/tests/e2e_command.rs:52:9
[INFO] [stdout]    |
[INFO] [stdout] 52 |         max_sessions: 10,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `mxdx_launcher::executor::CommandResult::exit_code`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]   --> crates/mxdx-launcher/tests/e2e_command.rs:58:16
[INFO] [stdout]    |
[INFO] [stdout] 58 |     assert_eq!(result.exit_code, Some(0));
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `mxdx_launcher::executor::CommandResult::stdout_lines`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]   --> crates/mxdx-launcher/tests/e2e_command.rs:59:16
[INFO] [stdout]    |
[INFO] [stdout] 59 |     assert_eq!(result.stdout_lines.len(), 100);
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `mxdx_launcher::executor::CommandResult::stdout_lines`: Use mxdx-worker instead. This crate will be removed in v2.0.
[INFO] [stdout]   --> crates/mxdx-launcher/tests/e2e_command.rs:60:22
[INFO] [stdout]    |
[INFO] [stdout] 60 |     for (i, line) in result.stdout_lines.iter().enumerate() {
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking mxdx-fabric-cli v1.1.0 (/opt/rustwide/workdir/crates/mxdx-fabric-cli)
[INFO] [stdout] warning: use of deprecated struct `mxdx_fabric::coordinator::CoordinatorBot`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]  --> crates/mxdx-fabric/tests/e2e_fabric.rs:5:31
[INFO] [stdout]   |
[INFO] [stdout] 5 | use mxdx_fabric::coordinator::CoordinatorBot;
[INFO] [stdout]   |                               ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `mxdx_fabric::process_worker::ProcessWorker`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]  --> crates/mxdx-fabric/tests/e2e_fabric.rs:6:34
[INFO] [stdout]   |
[INFO] [stdout] 6 | use mxdx_fabric::process_worker::ProcessWorker;
[INFO] [stdout]   |                                  ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `mxdx_fabric::sender::SenderClient`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]  --> crates/mxdx-fabric/tests/e2e_fabric.rs:7:26
[INFO] [stdout]   |
[INFO] [stdout] 7 | use mxdx_fabric::sender::SenderClient;
[INFO] [stdout]   |                          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `mxdx_fabric::worker::WorkerClient`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]  --> crates/mxdx-fabric/tests/e2e_fabric.rs:8:27
[INFO] [stdout]   |
[INFO] [stdout] 8 | use mxdx_fabric::worker::{WorkerClient, EVENT_CAPABILITY};
[INFO] [stdout]   |                           ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `mxdx_fabric::EVENT_CAPABILITY`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]  --> crates/mxdx-fabric/tests/e2e_fabric.rs:8:41
[INFO] [stdout]   |
[INFO] [stdout] 8 | use mxdx_fabric::worker::{WorkerClient, EVENT_CAPABILITY};
[INFO] [stdout]   |                                         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `mxdx_fabric::EVENT_CLAIM`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]   --> crates/mxdx-fabric/tests/e2e_fabric.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     EVENT_CLAIM,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `mxdx_fabric::coordinator::CoordinatorBot`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]   --> crates/mxdx-fabric/tests/e2e_fabric.rs:77:19
[INFO] [stdout]    |
[INFO] [stdout] 77 |     let mut bot = CoordinatorBot::new(
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `mxdx_fabric::worker::WorkerClient`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric/tests/e2e_fabric.rs:124:18
[INFO] [stdout]     |
[INFO] [stdout] 124 |     let worker = WorkerClient::new(
[INFO] [stdout]     |                  ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `mxdx_fabric::EVENT_CLAIM`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric/tests/e2e_fabric.rs:159:48
[INFO] [stdout]     |
[INFO] [stdout] 159 |         .get_room_state_event(&worker_room_id, EVENT_CLAIM, &state_key)
[INFO] [stdout]     |                                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `mxdx_fabric::sender::SenderClient`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric/tests/e2e_fabric.rs:311:18
[INFO] [stdout]     |
[INFO] [stdout] 311 |     let sender = SenderClient::new(sender_mc.clone(), sender_id.clone());
[INFO] [stdout]     |                  ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `mxdx_fabric::worker::WorkerClient`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric/tests/e2e_fabric.rs:339:18
[INFO] [stdout]     |
[INFO] [stdout] 339 |     let worker = WorkerClient::new(
[INFO] [stdout]     |                  ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `mxdx_fabric::sender::SenderClient`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric/tests/e2e_fabric.rs:259:30
[INFO] [stdout]     |
[INFO] [stdout] 259 |     use mxdx_fabric::sender::SenderClient;
[INFO] [stdout]     |                              ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `mxdx_fabric::coordinator::CoordinatorBot`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric/tests/e2e_fabric.rs:533:19
[INFO] [stdout]     |
[INFO] [stdout] 533 |     let mut bot = CoordinatorBot::new(coord_arc.clone(), coord_room_id, hs.server_name.clone());
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `mxdx_fabric::coordinator::CoordinatorBot`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric/tests/e2e_fabric.rs:634:23
[INFO] [stdout]     |
[INFO] [stdout] 634 |         let mut bot = CoordinatorBot::new(coord_client, room_id, server_name);
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `mxdx_fabric::coordinator::CoordinatorBot`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric/tests/e2e_fabric.rs:737:23
[INFO] [stdout]     |
[INFO] [stdout] 737 |         let mut bot = CoordinatorBot::new(coord_client, room_id, server_name);
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `mxdx_fabric::sender::SenderClient`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric/tests/e2e_fabric.rs:852:18
[INFO] [stdout]     |
[INFO] [stdout] 852 |     let sender = SenderClient::new(sender_mc.clone(), sender_id.clone());
[INFO] [stdout]     |                  ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `mxdx_fabric::worker::WorkerClient`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric/tests/e2e_fabric.rs:881:18
[INFO] [stdout]     |
[INFO] [stdout] 881 |     let worker = WorkerClient::new(
[INFO] [stdout]     |                  ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `mxdx_fabric::process_worker::ProcessWorker`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric/tests/e2e_fabric.rs:887:26
[INFO] [stdout]     |
[INFO] [stdout] 887 |     let process_worker = ProcessWorker::new(worker);
[INFO] [stdout]     |                          ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `mxdx_fabric::worker::WorkerClient`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]     --> crates/mxdx-fabric/tests/e2e_fabric.rs:1200:9
[INFO] [stdout]      |
[INFO] [stdout] 1200 |         WorkerClient::new(worker_mc.clone(), worker_id.clone(), hs.server_name.clone());
[INFO] [stdout]      |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `mxdx_fabric::EVENT_CAPABILITY`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]     --> crates/mxdx-fabric/tests/e2e_fabric.rs:1241:41
[INFO] [stdout]      |
[INFO] [stdout] 1241 |         .get_room_state_event(&room_id, EVENT_CAPABILITY, &worker_id)
[INFO] [stdout]      |                                         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `mxdx_fabric::sender::SenderClient`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]     --> crates/mxdx-fabric/tests/e2e_fabric.rs:1324:18
[INFO] [stdout]      |
[INFO] [stdout] 1324 |     let sender = SenderClient::new(sender_mc.clone(), sender_id.clone());
[INFO] [stdout]      |                  ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `mxdx_fabric::worker::WorkerClient`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]     --> crates/mxdx-fabric/tests/e2e_fabric.rs:1364:18
[INFO] [stdout]      |
[INFO] [stdout] 1364 |     let worker = WorkerClient::new(
[INFO] [stdout]      |                  ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `mxdx_fabric::process_worker::ProcessWorker`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]     --> crates/mxdx-fabric/tests/e2e_fabric.rs:1370:26
[INFO] [stdout]      |
[INFO] [stdout] 1370 |     let process_worker = ProcessWorker::new(worker);
[INFO] [stdout]      |                          ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `mxdx_fabric::coordinator::CoordinatorBot::new`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]   --> crates/mxdx-fabric/tests/e2e_fabric.rs:77:35
[INFO] [stdout]    |
[INFO] [stdout] 77 |     let mut bot = CoordinatorBot::new(
[INFO] [stdout]    |                                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `mxdx_fabric::coordinator::CoordinatorBot::handle_task_event`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]   --> crates/mxdx-fabric/tests/e2e_fabric.rs:85:9
[INFO] [stdout]    |
[INFO] [stdout] 85 |     bot.handle_task_event(task.clone()).await.unwrap();
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `mxdx_fabric::coordinator::CoordinatorBot::watchlist_len`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]   --> crates/mxdx-fabric/tests/e2e_fabric.rs:87:20
[INFO] [stdout]    |
[INFO] [stdout] 87 |     assert_eq!(bot.watchlist_len(), 1);
[INFO] [stdout]    |                    ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `mxdx_fabric::coordinator::CoordinatorBot::watchlist_contains`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]   --> crates/mxdx-fabric/tests/e2e_fabric.rs:88:17
[INFO] [stdout]    |
[INFO] [stdout] 88 |     assert!(bot.watchlist_contains("test-task-001"));
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `mxdx_fabric::coordinator::CoordinatorBot::capability_index`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]   --> crates/mxdx-fabric/tests/e2e_fabric.rs:91:10
[INFO] [stdout]    |
[INFO] [stdout] 91 |         .capability_index()
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `mxdx_fabric::capability_index::CapabilityIndex::find_room`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]   --> crates/mxdx-fabric/tests/e2e_fabric.rs:92:10
[INFO] [stdout]    |
[INFO] [stdout] 92 |         .find_room(&["rust".into(), "linux".into()])
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `mxdx_fabric::worker::WorkerClient::new`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric/tests/e2e_fabric.rs:124:32
[INFO] [stdout]     |
[INFO] [stdout] 124 |     let worker = WorkerClient::new(
[INFO] [stdout]     |                                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `mxdx_fabric::worker::WorkerClient::advertise_capabilities`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric/tests/e2e_fabric.rs:131:10
[INFO] [stdout]     |
[INFO] [stdout] 131 |         .advertise_capabilities(&["rust".into(), "linux".into()], &worker_room_id)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `mxdx_fabric::worker::WorkerClient::try_claim`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric/tests/e2e_fabric.rs:154:26
[INFO] [stdout]     |
[INFO] [stdout] 154 |     let claimed = worker.try_claim(&task, &worker_room_id).await.unwrap();
[INFO] [stdout]     |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `mxdx_fabric::coordinator::CoordinatorBot::handle_claim_event`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric/tests/e2e_fabric.rs:170:9
[INFO] [stdout]     |
[INFO] [stdout] 170 |     bot.handle_claim_event(&claim);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `mxdx_fabric::coordinator::CoordinatorBot::watchlist_len`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric/tests/e2e_fabric.rs:172:13
[INFO] [stdout]     |
[INFO] [stdout] 172 |         bot.watchlist_len(),
[INFO] [stdout]     |             ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `mxdx_fabric::worker::WorkerClient::post_heartbeat`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric/tests/e2e_fabric.rs:178:10
[INFO] [stdout]     |
[INFO] [stdout] 178 |         .post_heartbeat("test-task-001", Some("50%".into()), &worker_room_id, None)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `mxdx_fabric::coordinator::CoordinatorBot::handle_heartbeat_event`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric/tests/e2e_fabric.rs:202:17
[INFO] [stdout]     |
[INFO] [stdout] 202 |             bot.handle_heartbeat_event(&hb);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `mxdx_fabric::worker::WorkerClient::post_result`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric/tests/e2e_fabric.rs:207:10
[INFO] [stdout]     |
[INFO] [stdout] 207 |         .post_result(
[INFO] [stdout]     |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `mxdx_fabric::coordinator::CoordinatorBot::handle_result_event`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric/tests/e2e_fabric.rs:246:9
[INFO] [stdout]     |
[INFO] [stdout] 246 |     bot.handle_result_event(&result);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `mxdx_fabric::coordinator::CoordinatorBot::watchlist_len`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric/tests/e2e_fabric.rs:249:13
[INFO] [stdout]     |
[INFO] [stdout] 249 |         bot.watchlist_len(),
[INFO] [stdout]     |             ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `mxdx_fabric::sender::SenderClient::new`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric/tests/e2e_fabric.rs:311:32
[INFO] [stdout]     |
[INFO] [stdout] 311 |     let sender = SenderClient::new(sender_mc.clone(), sender_id.clone());
[INFO] [stdout]     |                                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `mxdx_fabric::sender::SenderClient::post_task`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric/tests/e2e_fabric.rs:316:10
[INFO] [stdout]     |
[INFO] [stdout] 316 |         .post_task(task.clone(), &shared_room_id)
[INFO] [stdout]     |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `mxdx_fabric::worker::WorkerClient::new`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric/tests/e2e_fabric.rs:339:32
[INFO] [stdout]     |
[INFO] [stdout] 339 |     let worker = WorkerClient::new(
[INFO] [stdout]     |                                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `mxdx_fabric::worker::WorkerClient::try_claim`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric/tests/e2e_fabric.rs:345:26
[INFO] [stdout]     |
[INFO] [stdout] 345 |     let claimed = worker.try_claim(&task, &shared_room_id).await.unwrap();
[INFO] [stdout]     |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `mxdx_fabric::worker::WorkerClient::post_result`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric/tests/e2e_fabric.rs:349:10
[INFO] [stdout]     |
[INFO] [stdout] 349 |         .post_result(
[INFO] [stdout]     |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `mxdx_fabric::sender::SenderClient::wait_for_result`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric/tests/e2e_fabric.rs:364:10
[INFO] [stdout]     |
[INFO] [stdout] 364 |         .wait_for_result("sender-task-001", &shared_room_id, Duration::from_secs(30))
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `mxdx_fabric::coordinator::CoordinatorBot::new`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric/tests/e2e_fabric.rs:533:35
[INFO] [stdout]     |
[INFO] [stdout] 533 |     let mut bot = CoordinatorBot::new(coord_arc.clone(), coord_room_id, hs.server_name.clone());
[INFO] [stdout]     |                                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `mxdx_fabric::coordinator::CoordinatorBot::watchlist_len`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric/tests/e2e_fabric.rs:535:20
[INFO] [stdout]     |
[INFO] [stdout] 535 |     assert_eq!(bot.watchlist_len(), 0);
[INFO] [stdout]     |                    ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `mxdx_fabric::coordinator::CoordinatorBot::handle_task_event`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric/tests/e2e_fabric.rs:538:9
[INFO] [stdout]     |
[INFO] [stdout] 538 |     bot.handle_task_event(task).await.unwrap();
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `mxdx_fabric::coordinator::CoordinatorBot::watchlist_len`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric/tests/e2e_fabric.rs:539:20
[INFO] [stdout]     |
[INFO] [stdout] 539 |     assert_eq!(bot.watchlist_len(), 1);
[INFO] [stdout]     |                    ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `mxdx_fabric::coordinator::CoordinatorBot::handle_claim_event`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric/tests/e2e_fabric.rs:546:9
[INFO] [stdout]     |
[INFO] [stdout] 546 |     bot.handle_claim_event(&claim);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `mxdx_fabric::coordinator::CoordinatorBot::watchlist_contains`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric/tests/e2e_fabric.rs:547:17
[INFO] [stdout]     |
[INFO] [stdout] 547 |     assert!(bot.watchlist_contains("task-wl-001"));
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `mxdx_fabric::coordinator::CoordinatorBot::handle_heartbeat_event`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric/tests/e2e_fabric.rs:555:9
[INFO] [stdout]     |
[INFO] [stdout] 555 |     bot.handle_heartbeat_event(&hb);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `mxdx_fabric::coordinator::CoordinatorBot::watchlist_contains`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric/tests/e2e_fabric.rs:556:17
[INFO] [stdout]     |
[INFO] [stdout] 556 |     assert!(bot.watchlist_contains("task-wl-001"));
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `mxdx_fabric::coordinator::CoordinatorBot::handle_result_event`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric/tests/e2e_fabric.rs:566:9
[INFO] [stdout]     |
[INFO] [stdout] 566 |     bot.handle_result_event(&result);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `mxdx_fabric::coordinator::CoordinatorBot::watchlist_len`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric/tests/e2e_fabric.rs:568:13
[INFO] [stdout]     |
[INFO] [stdout] 568 |         bot.watchlist_len(),
[INFO] [stdout]     |             ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `mxdx_fabric::coordinator::CoordinatorBot::new`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric/tests/e2e_fabric.rs:634:39
[INFO] [stdout]     |
[INFO] [stdout] 634 |         let mut bot = CoordinatorBot::new(coord_client, room_id, server_name);
[INFO] [stdout]     |                                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `mxdx_fabric::coordinator::CoordinatorBot::run`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric/tests/e2e_fabric.rs:635:21
[INFO] [stdout]     |
[INFO] [stdout] 635 |         let _ = bot.run().await;
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `mxdx_fabric::coordinator::CoordinatorBot::new`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric/tests/e2e_fabric.rs:737:39
[INFO] [stdout]     |
[INFO] [stdout] 737 |         let mut bot = CoordinatorBot::new(coord_client, room_id, server_name);
[INFO] [stdout]     |                                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `mxdx_fabric::coordinator::CoordinatorBot::run`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric/tests/e2e_fabric.rs:738:21
[INFO] [stdout]     |
[INFO] [stdout] 738 |         let _ = bot.run().await;
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `mxdx_fabric::sender::SenderClient::new`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric/tests/e2e_fabric.rs:852:32
[INFO] [stdout]     |
[INFO] [stdout] 852 |     let sender = SenderClient::new(sender_mc.clone(), sender_id.clone());
[INFO] [stdout]     |                                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `mxdx_fabric::sender::SenderClient::post_task`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric/tests/e2e_fabric.rs:870:10
[INFO] [stdout]     |
[INFO] [stdout] 870 |         .post_task(task.clone(), &shared_room_id)
[INFO] [stdout]     |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `mxdx_fabric::worker::WorkerClient::new`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric/tests/e2e_fabric.rs:881:32
[INFO] [stdout]     |
[INFO] [stdout] 881 |     let worker = WorkerClient::new(
[INFO] [stdout]     |                                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `mxdx_fabric::process_worker::ProcessWorker::new`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric/tests/e2e_fabric.rs:887:41
[INFO] [stdout]     |
[INFO] [stdout] 887 |     let process_worker = ProcessWorker::new(worker);
[INFO] [stdout]     |                                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `mxdx_fabric::process_worker::ProcessWorker::run_task`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric/tests/e2e_fabric.rs:900:14
[INFO] [stdout]     |
[INFO] [stdout] 900 |             .run_task(worker_task, &worker_room_id, String::new())
[INFO] [stdout]     |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `mxdx_fabric::sender::SenderClient::connect_stream`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric/tests/e2e_fabric.rs:906:10
[INFO] [stdout]     |
[INFO] [stdout] 906 |         .connect_stream("p2p-task-001", &shared_room_id, Duration::from_secs(30))
[INFO] [stdout]     |          ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `mxdx_fabric::worker::WorkerClient::new`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]     --> crates/mxdx-fabric/tests/e2e_fabric.rs:1200:23
[INFO] [stdout]      |
[INFO] [stdout] 1200 |         WorkerClient::new(worker_mc.clone(), worker_id.clone(), hs.server_name.clone());
[INFO] [stdout]      |                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `mxdx_fabric::worker::WorkerClient::publish_capability_advertisement`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]     --> crates/mxdx-fabric/tests/e2e_fabric.rs:1234:10
[INFO] [stdout]      |
[INFO] [stdout] 1234 |         .publish_capability_advertisement(&advertisement, &room_id)
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `mxdx_fabric::sender::SenderClient::new`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]     --> crates/mxdx-fabric/tests/e2e_fabric.rs:1324:32
[INFO] [stdout]      |
[INFO] [stdout] 1324 |     let sender = SenderClient::new(sender_mc.clone(), sender_id.clone());
[INFO] [stdout]      |                                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `mxdx_fabric::sender::SenderClient::post_task`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]     --> crates/mxdx-fabric/tests/e2e_fabric.rs:1353:10
[INFO] [stdout]      |
[INFO] [stdout] 1353 |         .post_task(task.clone(), &shared_room_id)
[INFO] [stdout]      |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `mxdx_fabric::worker::WorkerClient::new`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]     --> crates/mxdx-fabric/tests/e2e_fabric.rs:1364:32
[INFO] [stdout]      |
[INFO] [stdout] 1364 |     let worker = WorkerClient::new(
[INFO] [stdout]      |                                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `mxdx_fabric::process_worker::ProcessWorker::new`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]     --> crates/mxdx-fabric/tests/e2e_fabric.rs:1370:41
[INFO] [stdout]      |
[INFO] [stdout] 1370 |     let process_worker = ProcessWorker::new(worker);
[INFO] [stdout]      |                                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `mxdx_fabric::process_worker::ProcessWorker::run_task`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]     --> crates/mxdx-fabric/tests/e2e_fabric.rs:1376:14
[INFO] [stdout]      |
[INFO] [stdout] 1376 |             .run_task(worker_task, &worker_room_id, String::new())
[INFO] [stdout]      |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `mxdx_fabric::sender::SenderClient::wait_for_result`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]     --> crates/mxdx-fabric/tests/e2e_fabric.rs:1384:16
[INFO] [stdout]      |
[INFO] [stdout] 1384 |         sender.wait_for_result("claude-task-001", &shared_room_id, Duration::from_secs(120)),
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `mxdx_fabric::coordinator::CoordinatorBot`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]  --> crates/mxdx-fabric-cli/src/main.rs:9:32
[INFO] [stdout]   |
[INFO] [stdout] 9 | use mxdx_fabric::{coordinator::CoordinatorBot, process_worker::ProcessWorker, worker::WorkerClient};
[INFO] [stdout]   |                                ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `mxdx_fabric::process_worker::ProcessWorker`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]  --> crates/mxdx-fabric-cli/src/main.rs:9:64
[INFO] [stdout]   |
[INFO] [stdout] 9 | use mxdx_fabric::{coordinator::CoordinatorBot, process_worker::ProcessWorker, worker::WorkerClient};
[INFO] [stdout]   |                                                                ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `mxdx_fabric::worker::WorkerClient`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]  --> crates/mxdx-fabric-cli/src/main.rs:9:87
[INFO] [stdout]   |
[INFO] [stdout] 9 | use mxdx_fabric::{coordinator::CoordinatorBot, process_worker::ProcessWorker, worker::WorkerClient};
[INFO] [stdout]   |                                                                                       ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `mxdx_fabric::coordinator::CoordinatorBot`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric-cli/src/main.rs:448:19
[INFO] [stdout]     |
[INFO] [stdout] 448 |     let mut bot = CoordinatorBot::new(Arc::new(matrix_client), room_id, homeserver.to_string());
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `mxdx_fabric::worker::WorkerClient`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric-cli/src/main.rs:488:9
[INFO] [stdout]     |
[INFO] [stdout] 488 |         WorkerClient::new(matrix_client, user_id.to_string(), homeserver.to_string());
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `mxdx_fabric::process_worker::ProcessWorker`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric-cli/src/main.rs:496:26
[INFO] [stdout]     |
[INFO] [stdout] 496 |     let process_worker = ProcessWorker::new(worker_client);
[INFO] [stdout]     |                          ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `mxdx_fabric::worker::WorkerClient`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric-cli/src/main.rs:515:13
[INFO] [stdout]     |
[INFO] [stdout] 515 |             WorkerClient::new(refresh_matrix, refresh_worker_id, refresh_homeserver);
[INFO] [stdout]     |             ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `mxdx_fabric::process_worker::ProcessWorker`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric-cli/src/main.rs:516:30
[INFO] [stdout]     |
[INFO] [stdout] 516 |         let refresh_worker = ProcessWorker::new(refresh_worker_client);
[INFO] [stdout]     |                              ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `mxdx_fabric::coordinator::CoordinatorBot::new`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric-cli/src/main.rs:448:35
[INFO] [stdout]     |
[INFO] [stdout] 448 |     let mut bot = CoordinatorBot::new(Arc::new(matrix_client), room_id, homeserver.to_string());
[INFO] [stdout]     |                                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `mxdx_fabric::coordinator::CoordinatorBot::run`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric-cli/src/main.rs:451:29
[INFO] [stdout]     |
[INFO] [stdout] 451 |         if let Err(e) = bot.run().await {
[INFO] [stdout]     |                             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `mxdx_fabric::worker::WorkerClient::new`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric-cli/src/main.rs:488:23
[INFO] [stdout]     |
[INFO] [stdout] 488 |         WorkerClient::new(matrix_client, user_id.to_string(), homeserver.to_string());
[INFO] [stdout]     |                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `mxdx_fabric::worker::WorkerClient::advertise_capabilities`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric-cli/src/main.rs:492:10
[INFO] [stdout]     |
[INFO] [stdout] 492 |         .advertise_capabilities(&caps, &room_id)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `mxdx_fabric::process_worker::ProcessWorker::new`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric-cli/src/main.rs:496:41
[INFO] [stdout]     |
[INFO] [stdout] 496 |     let process_worker = ProcessWorker::new(worker_client);
[INFO] [stdout]     |                                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `mxdx_fabric::process_worker::ProcessWorker::publish_capability_advertisement`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric-cli/src/main.rs:501:10
[INFO] [stdout]     |
[INFO] [stdout] 501 |         .publish_capability_advertisement(&bin_refs, &room_id)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `mxdx_fabric::process_worker::ProcessWorker::worker_client`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric-cli/src/main.rs:512:41
[INFO] [stdout]     |
[INFO] [stdout] 512 |     let refresh_matrix = process_worker.worker_client().matrix_client_arc();
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `mxdx_fabric::worker::WorkerClient::matrix_client_arc`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric-cli/src/main.rs:512:57
[INFO] [stdout]     |
[INFO] [stdout] 512 |     let refresh_matrix = process_worker.worker_client().matrix_client_arc();
[INFO] [stdout]     |                                                         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `mxdx_fabric::worker::WorkerClient::new`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric-cli/src/main.rs:515:27
[INFO] [stdout]     |
[INFO] [stdout] 515 |             WorkerClient::new(refresh_matrix, refresh_worker_id, refresh_homeserver);
[INFO] [stdout]     |                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `mxdx_fabric::process_worker::ProcessWorker::new`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric-cli/src/main.rs:516:45
[INFO] [stdout]     |
[INFO] [stdout] 516 |         let refresh_worker = ProcessWorker::new(refresh_worker_client);
[INFO] [stdout]     |                                             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `mxdx_fabric::process_worker::ProcessWorker::publish_capability_advertisement`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric-cli/src/main.rs:521:18
[INFO] [stdout]     |
[INFO] [stdout] 521 |                 .publish_capability_advertisement(&bin_refs, &refresh_room_id)
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `mxdx_fabric::process_worker::ProcessWorker::worker_client`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric-cli/src/main.rs:532:14
[INFO] [stdout]     |
[INFO] [stdout] 532 |             .worker_client()
[INFO] [stdout]     |              ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `mxdx_fabric::worker::WorkerClient::watch_and_claim`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric-cli/src/main.rs:533:14
[INFO] [stdout]     |
[INFO] [stdout] 533 |             .watch_and_claim(&room_id, &caps)
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `mxdx_fabric::process_worker::ProcessWorker::run_task`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric-cli/src/main.rs:538:48
[INFO] [stdout]     |
[INFO] [stdout] 538 |                 if let Err(e) = process_worker.run_task(task, &room_id, task_event_id).await {
[INFO] [stdout]     |                                                ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `mxdx_fabric::coordinator::CoordinatorBot`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]  --> crates/mxdx-fabric-cli/src/main.rs:9:32
[INFO] [stdout]   |
[INFO] [stdout] 9 | use mxdx_fabric::{coordinator::CoordinatorBot, process_worker::ProcessWorker, worker::WorkerClient};
[INFO] [stdout]   |                                ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `mxdx_fabric::process_worker::ProcessWorker`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]  --> crates/mxdx-fabric-cli/src/main.rs:9:64
[INFO] [stdout]   |
[INFO] [stdout] 9 | use mxdx_fabric::{coordinator::CoordinatorBot, process_worker::ProcessWorker, worker::WorkerClient};
[INFO] [stdout]   |                                                                ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `mxdx_fabric::worker::WorkerClient`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]  --> crates/mxdx-fabric-cli/src/main.rs:9:87
[INFO] [stdout]   |
[INFO] [stdout] 9 | use mxdx_fabric::{coordinator::CoordinatorBot, process_worker::ProcessWorker, worker::WorkerClient};
[INFO] [stdout]   |                                                                                       ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `mxdx_fabric::coordinator::CoordinatorBot`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric-cli/src/main.rs:448:19
[INFO] [stdout]     |
[INFO] [stdout] 448 |     let mut bot = CoordinatorBot::new(Arc::new(matrix_client), room_id, homeserver.to_string());
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `mxdx_fabric::worker::WorkerClient`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric-cli/src/main.rs:488:9
[INFO] [stdout]     |
[INFO] [stdout] 488 |         WorkerClient::new(matrix_client, user_id.to_string(), homeserver.to_string());
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `mxdx_fabric::process_worker::ProcessWorker`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric-cli/src/main.rs:496:26
[INFO] [stdout]     |
[INFO] [stdout] 496 |     let process_worker = ProcessWorker::new(worker_client);
[INFO] [stdout]     |                          ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `mxdx_fabric::worker::WorkerClient`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric-cli/src/main.rs:515:13
[INFO] [stdout]     |
[INFO] [stdout] 515 |             WorkerClient::new(refresh_matrix, refresh_worker_id, refresh_homeserver);
[INFO] [stdout]     |             ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `mxdx_fabric::process_worker::ProcessWorker`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric-cli/src/main.rs:516:30
[INFO] [stdout]     |
[INFO] [stdout] 516 |         let refresh_worker = ProcessWorker::new(refresh_worker_client);
[INFO] [stdout]     |                              ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `mxdx_fabric::coordinator::CoordinatorBot::new`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric-cli/src/main.rs:448:35
[INFO] [stdout]     |
[INFO] [stdout] 448 |     let mut bot = CoordinatorBot::new(Arc::new(matrix_client), room_id, homeserver.to_string());
[INFO] [stdout]     |                                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `mxdx_fabric::coordinator::CoordinatorBot::run`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric-cli/src/main.rs:451:29
[INFO] [stdout]     |
[INFO] [stdout] 451 |         if let Err(e) = bot.run().await {
[INFO] [stdout]     |                             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `mxdx_fabric::worker::WorkerClient::new`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric-cli/src/main.rs:488:23
[INFO] [stdout]     |
[INFO] [stdout] 488 |         WorkerClient::new(matrix_client, user_id.to_string(), homeserver.to_string());
[INFO] [stdout]     |                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `mxdx_fabric::worker::WorkerClient::advertise_capabilities`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric-cli/src/main.rs:492:10
[INFO] [stdout]     |
[INFO] [stdout] 492 |         .advertise_capabilities(&caps, &room_id)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `mxdx_fabric::process_worker::ProcessWorker::new`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric-cli/src/main.rs:496:41
[INFO] [stdout]     |
[INFO] [stdout] 496 |     let process_worker = ProcessWorker::new(worker_client);
[INFO] [stdout]     |                                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `mxdx_fabric::process_worker::ProcessWorker::publish_capability_advertisement`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric-cli/src/main.rs:501:10
[INFO] [stdout]     |
[INFO] [stdout] 501 |         .publish_capability_advertisement(&bin_refs, &room_id)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `mxdx_fabric::process_worker::ProcessWorker::worker_client`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric-cli/src/main.rs:512:41
[INFO] [stdout]     |
[INFO] [stdout] 512 |     let refresh_matrix = process_worker.worker_client().matrix_client_arc();
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `mxdx_fabric::worker::WorkerClient::matrix_client_arc`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric-cli/src/main.rs:512:57
[INFO] [stdout]     |
[INFO] [stdout] 512 |     let refresh_matrix = process_worker.worker_client().matrix_client_arc();
[INFO] [stdout]     |                                                         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `mxdx_fabric::worker::WorkerClient::new`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric-cli/src/main.rs:515:27
[INFO] [stdout]     |
[INFO] [stdout] 515 |             WorkerClient::new(refresh_matrix, refresh_worker_id, refresh_homeserver);
[INFO] [stdout]     |                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `mxdx_fabric::process_worker::ProcessWorker::new`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric-cli/src/main.rs:516:45
[INFO] [stdout]     |
[INFO] [stdout] 516 |         let refresh_worker = ProcessWorker::new(refresh_worker_client);
[INFO] [stdout]     |                                             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `mxdx_fabric::process_worker::ProcessWorker::publish_capability_advertisement`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric-cli/src/main.rs:521:18
[INFO] [stdout]     |
[INFO] [stdout] 521 |                 .publish_capability_advertisement(&bin_refs, &refresh_room_id)
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `mxdx_fabric::process_worker::ProcessWorker::worker_client`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric-cli/src/main.rs:532:14
[INFO] [stdout]     |
[INFO] [stdout] 532 |             .worker_client()
[INFO] [stdout]     |              ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `mxdx_fabric::worker::WorkerClient::watch_and_claim`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric-cli/src/main.rs:533:14
[INFO] [stdout]     |
[INFO] [stdout] 533 |             .watch_and_claim(&room_id, &caps)
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `mxdx_fabric::process_worker::ProcessWorker::run_task`: Use mxdx-worker and mxdx-coordinator instead. This crate will be removed in v2.0.
[INFO] [stdout]    --> crates/mxdx-fabric-cli/src/main.rs:538:48
[INFO] [stdout]     |
[INFO] [stdout] 538 |                 if let Err(e) = process_worker.run_task(task, &room_id, task_event_id).await {
[INFO] [stdout]     |                                                ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking datachannel v0.16.0
[INFO] [stderr]     Checking mxdx-p2p v1.1.0 (/opt/rustwide/workdir/crates/mxdx-p2p)
[INFO] [stderr]     Checking mxdx-client v1.1.0 (/opt/rustwide/workdir/crates/mxdx-client)
[INFO] [stderr]     Checking mxdx-core-wasm v1.1.0 (/opt/rustwide/workdir/crates/mxdx-core-wasm)
[INFO] [stdout] warning: unused import: `HandshakeSigner`
[INFO] [stdout]   --> crates/mxdx-p2p/tests/verify_handshake.rs:12:74
[INFO] [stdout]    |
[INFO] [stdout] 12 |     EphemeralKeySigner, HandshakeMsg, HandshakeOutcome, HandshakeParams, HandshakeSigner,
[INFO] [stdout]    |                                                                          ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `NotificationSink`
[INFO] [stdout]  --> crates/mxdx-client/src/daemon/transport/unix.rs:8:39
[INFO] [stdout]   |
[INFO] [stdout] 8 | use crate::daemon::handler::{Handler, NotificationSink};
[INFO] [stdout]   |                                       ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `NotificationSink`
[INFO] [stdout]  --> crates/mxdx-client/src/daemon/transport/websocket.rs:8:39
[INFO] [stdout]   |
[INFO] [stdout] 8 | use crate::daemon::handler::{Handler, NotificationSink};
[INFO] [stdout]   |                                       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `NotificationSink`
[INFO] [stdout]  --> crates/mxdx-client/src/daemon/transport/unix.rs:8:39
[INFO] [stdout]   |
[INFO] [stdout] 8 | use crate::daemon::handler::{Handler, NotificationSink};
[INFO] [stdout]   |                                       ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `NotificationSink`
[INFO] [stdout]  --> crates/mxdx-client/src/daemon/transport/websocket.rs:8:39
[INFO] [stdout]   |
[INFO] [stdout] 8 | use crate::daemon::handler::{Handler, NotificationSink};
[INFO] [stdout]   |                                       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `create_named_encrypted_room` is never used
[INFO] [stdout]     --> crates/mxdx-core-wasm/src/lib.rs:1522:14
[INFO] [stdout]      |
[INFO] [stdout] 1521 | impl WasmMatrixClient {
[INFO] [stdout]      | --------------------- method in this implementation
[INFO] [stdout] 1522 |     async fn create_named_encrypted_room(
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `create_named_encrypted_room` is never used
[INFO] [stdout]     --> crates/mxdx-core-wasm/src/lib.rs:1522:14
[INFO] [stdout]      |
[INFO] [stdout] 1521 | impl WasmMatrixClient {
[INFO] [stdout]      | --------------------- method in this implementation
[INFO] [stdout] 1522 |     async fn create_named_encrypted_room(
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `worker_room` is never read
[INFO] [stdout]   --> crates/mxdx-client/src/daemon/sessions.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | struct TrackedSession {
[INFO] [stdout]    |        -------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 16 |     worker_room: String,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `filter` is never read
[INFO] [stdout]   --> crates/mxdx-client/src/daemon/subscriptions.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | struct Subscription {
[INFO] [stdout]    |        ------------ field in this struct
[INFO] [stdout] 10 |     event_patterns: Vec<String>,
[INFO] [stdout] 11 |     filter: Option<EventFilter>,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking mxdx-worker v1.1.0 (/opt/rustwide/workdir/crates/mxdx-worker)
[INFO] [stdout] warning: field `worker_room` is never read
[INFO] [stdout]   --> crates/mxdx-client/src/daemon/sessions.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | struct TrackedSession {
[INFO] [stdout]    |        -------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 16 |     worker_room: String,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `filter` is never read
[INFO] [stdout]   --> crates/mxdx-client/src/daemon/subscriptions.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | struct Subscription {
[INFO] [stdout]    |        ------------ field in this struct
[INFO] [stdout] 10 |     event_patterns: Vec<String>,
[INFO] [stdout] 11 |     filter: Option<EventFilter>,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> crates/mxdx-worker/tests/e2e_binary.rs:78:9
[INFO] [stdout]    |
[INFO] [stdout] 78 |     let mut child = Command::new("timeout")
[INFO] [stdout]    |         ----^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `invitee_pass`
[INFO] [stdout]    --> crates/mxdx-worker/tests/e2e_binary.rs:106:5
[INFO] [stdout]     |
[INFO] [stdout] 106 |     invitee_pass: &str,
[INFO] [stdout]     |     ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_invitee_pass`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `extract_device_id_from_stderr` is never used
[INFO] [stdout]    --> crates/mxdx-worker/tests/e2e_binary.rs:444:4
[INFO] [stdout]     |
[INFO] [stdout] 444 | fn extract_device_id_from_stderr(stderr: &str) -> Option<String> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `worker_room` is never read
[INFO] [stdout]   --> crates/mxdx-worker/tests/e2e_profile.rs:52:5
[INFO] [stdout]    |
[INFO] [stdout] 50 | struct TestContext {
[INFO] [stdout]    |        ----------- field in this struct
[INFO] [stdout] 51 |     worker: Child,
[INFO] [stdout] 52 |     worker_room: String,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 13m 12s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "d60fad7db8e5ec0b486a0b476b88a51f45479009ea665a0331f13352fc6f9e8f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d60fad7db8e5ec0b486a0b476b88a51f45479009ea665a0331f13352fc6f9e8f", kill_on_drop: false }`
[INFO] [stdout] d60fad7db8e5ec0b486a0b476b88a51f45479009ea665a0331f13352fc6f9e8f
